Searched defs:opts (Results 176 - 185 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1032 tcphdr_print_options(uint8_t *opts, uint32_t opts_len) argument
1038 endp = opts + opts_len;
1039 while (opts < endp) {
1040 len = endp - opts;
1041 switch (*opts) {
1044 opts++;
1049 opts++;
1056 opts[1] != TCPOPT_MAXSEG_LEN) {
1060 mdb_nhconvert(&mss, opts + TCPOPT_HEADER_LEN,
1063 opts
1191 uint8_t *opts, *opt_buf; local
[all...]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2930 char opts[128]; local
2973 (void) strcpy(opts, "?x:");
2978 if (brand_get_installopts(bh, opts + strlen(opts),
2979 sizeof (opts) - strlen(opts)) != 0) {
2996 while ((arg = getopt(argc, argv, opts)) != EOF) {
/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/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/cmd/zoneadmd/
H A Dvplat.c883 domount(zlog_t *zlogp, const char *fstype, const char *opts, argument
900 if (opts[0] == '\0') {
906 argv[2] = (char *)opts;
915 if (opts[0] == '\0')
922 cmdbuf, opts, special, directory, status);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c2472 ipoptp_t opts; local
2495 for (optval = ipoptp_first2(&opts, totallen, ipp->ipp_ipv4_options);
2497 optval = ipoptp_next(&opts)) {
2500 opt = opts.ipoptp_cur;
2501 if ((opts.ipoptp_flags & IPOPTP_ERROR) != 0) {
2504 optlen = opts.ipoptp_len;
2567 ipoptp_t opts; local
2577 for (optval = ipoptp_first(&opts, ipha);
2579 optval = ipoptp_next(&opts)) {
2580 ASSERT((opts
5711 ipoptp_t opts; local
8987 ipoptp_t opts; local
9238 ipoptp_t opts; local
9398 ipoptp_t opts; local
11459 ipoptp_t opts; local
11576 ipoptp_t opts; local
11940 ipoptp_t opts; local
12976 ipoptp_t opts; local
14985 ipoptp_t opts; local
15036 ipoptp_t opts; local
[all...]
/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/cmd/zfs/
H A Dzfs_main.c249 "\tmount [-vO] [-o opts] <-a | filesystem>\n"));
4811 parse_allow_args(int argc, char **argv, boolean_t un, struct allow_opts *opts) argument
4813 int uge_sum = opts->user + opts->group + opts->everyone;
4814 int csuge_sum = opts->create + opts->set + uge_sum;
4815 int ldcsuge_sum = csuge_sum + opts->local + opts->descend;
4816 int all_sum = un ? ldcsuge_sum + opts
5014 construct_fsacl_list(boolean_t un, struct allow_opts *opts, nvlist_t **nvlp) argument
5298 struct allow_opts opts = { 0 }; local
5414 const char *opts = holding ? "rt" : "r"; local
5619 const char *opts = "rH"; local
[all...]
/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/cmd/dladm/
H A Ddladm.c4002 iptun_process_args(int argc, char *argv[], const char *opts, argument
4013 while ((option = getopt_long(argc, argv, opts, iptun_lopts, NULL)) !=

Completed in 185 milliseconds

12345678