Searched refs:opts (Results 276 - 300 of 321) sorted by relevance

<<111213

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c171 su->su_tudata.opt.buf = (char *)su->opts;
260 su->su_tudata.opt.buf = (char *)su->opts;
433 tu_data->opt.buf = (char *)su->opts;
523 tu_data->opt.buf = (char *)su->opts;
/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.c1064 prio_getopt(argc, argv, opts)
1067 char *const *argv, *opts;
1069 char **argv, *opts;
1084 if (c == ':' || (cp = strchr(opts, c)) == NULL) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drelease.c80 if (dsmp->dsm_ack->opts[CD_DHCP_TYPE] == NULL)
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto.h556 pkinit_plg_opts *opts, /* IN */
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh82 set -A opts "" "-r" "-H" "-p" "-rHp" "-o name" \
164 while (( i < ${#opts[*]} )); do
166 log_must eval "zfs get ${opts[i]} all >$propfile"
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c2454 uint_t opts = (uint_t)(uintptr_t)private; local
2463 if ((opts & EVENTS_OPT_A) || visible) {
2482 if (opts & EVENTS_OPT_V) {
2502 if (opts & EVENTS_OPT_V) {
2515 uint_t opts = 0; local
2518 'a', MDB_OPT_SETBITS, EVENTS_OPT_A, &opts,
2519 'v', MDB_OPT_SETBITS, EVENTS_OPT_V, &opts, NULL) != argc)
2523 if (opts & EVENTS_OPT_V) {
2533 (void *)(uintptr_t)opts));
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1299 * count_security(opts)
1307 count_security(sa_optionset_t opts) argument
1311 if (opts != NULL) {
1312 for (prop = sa_get_property(opts, NULL); prop != NULL;
2991 sa_optionset_t opts; local
2996 opts = nfs_get_proto_set();
2997 prop = sa_get_property(opts, proto_options[index].other);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c102 fork_mount(char *path, char *opts) argument
129 (void) execl("/sbin/mount", "mount", "-o", opts, path, NULL);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c3054 sa_optionset_t opts; local
3080 if ((opts = sa_get_optionset(resource, SMB_PROTOCOL_NAME)) == NULL) {
3081 opts = sa_create_optionset(resource, SMB_PROTOCOL_NAME);
3082 if (opts == NULL) {
3098 if ((prop = sa_get_property(opts, name)) == NULL) {
3101 nerr = sa_valid_property(handle, opts,
3108 nerr = sa_add_property(opts, prop);
3121 nerr = sa_commit_properties(opts, 0);
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py774 opts, args = getopt.getopt(argv, 'a:e:Ll:Mm:p:vX:')
796 for opt, arg in opts:
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c3876 drmach_pre_op(int cmd, drmachid_t id, drmach_opts_t *opts) argument
3917 drmach_post_op(int cmd, drmachid_t id, drmach_opts_t *opts) argument
4023 drmach_board_connect(drmachid_t id, drmach_opts_t *opts) argument
4025 _NOTE(ARGUNUSED(opts))
4501 drmach_board_disconnect(drmachid_t id, drmach_opts_t *opts) argument
4973 drmach_board_test(drmachid_t id, drmach_opts_t *opts, int force) argument
5003 if ((opts->size > 0) && ((copts = opts->copts) != NULL)) {
5004 cpylen = (opts->size > DR_HPOPTLEN ? DR_HPOPTLEN : opts
6829 drmach_pt_showlpa(drmachid_t id, drmach_opts_t *opts) argument
6860 drmach_pt_ikprobe(drmachid_t id, drmach_opts_t *opts) argument
6882 drmach_pt_ikdeprobe(drmachid_t id, drmach_opts_t *opts) argument
6905 drmach_pt_readmem(drmachid_t id, drmach_opts_t *opts) argument
6942 drmach_pt_recovercpu(drmachid_t id, drmach_opts_t *opts) argument
6979 drmach_passthru(drmachid_t id, drmach_opts_t *opts) argument
[all...]
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h72 #define Opt(f, x) ((f) -> opts & (x))
/illumos-gate/usr/src/head/
H A Dldap.h1004 unsigned long opts);
1017 unsigned long opts);
1024 unsigned long opts, char *urlprefix, char *base);
1037 unsigned long opts, char *urlprefix);
/illumos-gate/usr/src/cmd/prtconf/
H A Dprt_xxx.c340 if ((nintr != 0) && (strcmp(opts.o_uts.machine, "sun4u") != 0)) {
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2929 * no opts in connect req
3050 void *opts = NULL; local
3126 opts = kmem_alloc(olen, KM_NOSLEEP);
3127 if (opts == NULL) {
3140 bcopy(mp->b_rptr + ooff, opts, olen);
3158 if (opts != NULL)
3159 kmem_free(opts, olen);
3177 if (opts != NULL)
3178 kmem_free(opts, olen);
3194 if (opts !
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c47 unsigned long opts );
1093 write_string_attr_value( char *attrname, char *strval, unsigned long opts )
1100 } else if ( 0 != ( opts & LDAPTOOL_WRITEVALOPT_SUPPRESS_NAME )) {
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1222 char opts[100] = "-"; local
1227 strcat(opts, "e");
1229 strcat(opts, "m");
1231 strcat(opts, "M");
1233 strcat(opts, "h");
1236 v.a_un.a_str = opts;
2135 char opts[100] = "-r"; local
2162 strcat(opts, "e");
2164 strcat(opts, "m");
2166 strcat(opts, "
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1120 char *opts = uap->optptr; local
1121 char *inargs = opts;
1241 error = copyinstr(opts, inargs, (size_t)optlen,
1750 copyout_error = copyoutstr(inargs, opts,
1826 if (inargs != opts)
1989 vfs_createopttbl_extend(mntopts_t *mops, const char *opts, argument
1992 const char *s = opts;
1995 if (opts == NULL || *opts == '\0') {
2021 vfs_createopttbl(mntopts_t *mops, const char *opts) argument
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c4115 sa_optionset_t opts; local
4118 for (opts = sa_get_optionset(object, NULL);
4119 opts != NULL;
4120 opts = sa_get_next_optionset(opts)) {
4122 type = sa_get_optionset_attr(opts, "type");
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c171 const char *opts; /* Hardware specific options */ member in struct:list_stat
589 lstat.opts = options;
626 lstat.opts = options;
699 lstat.opts = options;
2797 &slp->stat_data, lstatp->opts, errstring)) != CFGA_OK) {
2856 libloc_p->ap_physical, &alp->array, &alp->nelem, lstatp->opts, NULL,
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c2708 char *f, *opts = tmpopts; local
2730 (void) strcpy(opts, a_mntOptions);
2734 f = getMountOption(&opts);
2735 for (; *f; f = getMountOption(&opts)) {
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c2156 char *opts; local
2162 opts = (char *)arg;
2165 opts += strlen("prep-script=");
2166 t_board = sbdp_strtoi(opts, NULL);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c637 char *mntpnt, char *opts,
700 m.mnt_mntopts = opts;
722 mntpnt, opts);
725 mntpnt, opts);
1002 i = pingnfs(host, get_retry(opts) + 1, &vers, versmin,
1133 retries = get_retry(opts);
2308 strcpy(mopts, opts);
3855 is_nfs_port(char *opts) argument
3863 m.mnt_mntopts = opts;
635 nfsmount( struct mapfs *mfs_in, char *mntpnt, char *opts, int overlay, uid_t uid, action_list *alp) argument
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c95 __inet_netdir_options(struct netconfig *tp, int opts, int fd, char *par) argument
99 switch (opts) {

Completed in 1041 milliseconds

<<111213