Searched refs:xopts (Results 1 – 5 of 5) sorted by relevance
| /trueos/usr.sbin/bhyve/ |
| HD | block_if.c | 395 char *nopt, *xopts; in blockif_open() local 414 for (xopts = strtok(nopt, ","); in blockif_open() 415 xopts != NULL; in blockif_open() 416 xopts = strtok(NULL, ",")) { in blockif_open() 417 if (!strcmp(xopts, "nocache")) in blockif_open() 419 else if (!strcmp(xopts, "sync")) in blockif_open() 421 else if (!strcmp(xopts, "ro")) in blockif_open()
|
| /trueos/contrib/amd/amd/ |
| HD | ops_nfs.c | 761 char *xopts=NULL, transp_timeo_opts[40], transp_retrans_opts[40]; in mount_nfs_fh() local 818 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts); in mount_nfs_fh() 821 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_mopts); in mount_nfs_fh() 827 mnt.mnt_opts = xopts; in mount_nfs_fh() 888 XFREE(xopts); in mount_nfs_fh()
|
| /trueos/contrib/amd/libamu/ |
| HD | mount_fs.c | 166 char *zopts = NULL, *xopts = NULL; in mount_fs() local 238 xopts = mnt->mnt_opts; in mount_fs() 240 xstrlcpy(zopts, xopts, l); in mount_fs() 316 if (xopts) { in mount_fs() 318 mnt->mnt_opts = xopts; in mount_fs()
|
| /trueos/contrib/bmake/mk/ |
| HD | meta2deps.py | 528 def main(argv, klass=MetaFile, xopts='', xoptf=None): argument 592 opts, args = getopt.getopt(argv[1:], 'a:dS:C:O:R:m:D:H:qT:' + xopts)
|
| /trueos/contrib/amd/ |
| HD | ChangeLog | 10745 ensure that you have a buffer in *xopts to strcat onto.
|