Home
last modified time | relevance | path

Searched refs:typelist (Results 1 – 12 of 12) sorted by relevance

/freebsd/sbin/umount/
H A Dumount.c89 char **typelist = NULL; in main() local
122 if (typelist != NULL) in main()
124 typelist = makevfslist(optarg); in main()
142 if (nfsforce != 0 && (argc == 0 || nfshost != NULL || typelist != NULL)) in main()
146 if ((nfshost != NULL) && (typelist == NULL)) in main()
147 typelist = makevfslist("nfs"); in main()
166 if (checkvfsname(sfs->f_fstypename, typelist)) in main()
178 errs = umountall(typelist); in main()
195 } else if (checkname(*argv, typelist) != 0) in main()
203 umountall(char **typelist) in umountall() argument
255 checkname(char * mntname,char ** typelist) checkname() argument
[all...]
/freebsd/usr.sbin/ngctl/
H A Dtypes.c60 struct typelist *tlist; in TypesCmd()
84 tlist = (struct typelist *) resp->data; in TypesCmd()
/freebsd/contrib/mtree/
H A Dmisc.c97 static KEY typelist[] = { variable
148 k = (KEY *)bsearch(&tmp, typelist, sizeof(typelist) / sizeof(KEY), in parsetype()
/freebsd/sys/dev/usb/
H A Dusb_hub_acpi.c123 const char *typelist[] = {"TypeA", "MiniAB", "Express", in acpi_uhub_upc_type() local
128 const int last = sizeof(typelist) / sizeof(typelist[0]); in acpi_uhub_upc_type()
134 return (type < last) ? typelist[type] : "Unknown"; in acpi_uhub_upc_type()
/freebsd/contrib/ncurses/progs/
H A Dtoe.c402 typelist(int eargc, char *eargv[], in typelist() function
727 code = typelist(argc - optind, argv + optind, header, hook); in main()
753 code = typelist((int) count, eargv, header, hook); in main()
772 code = typelist((int) count, eargv, header, hook); in main()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1131 struct typelist *typelist; in fetch_types() local
1146 typelist = (struct typelist *)(void *)resp->data; in fetch_types()
1148 for (u = 0; u < typelist->numtypes; u++) { in fetch_types()
1153 strcpy(t->name, typelist->typeinfo[u].type_name); in fetch_types()
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c475 encrypt_support(unsigned char *typelist, int cnt) in encrypt_support() argument
486 type = *typelist++; in encrypt_support()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c510 encrypt_support(unsigned char *typelist, int cnt) in encrypt_support() argument
521 type = *typelist++; in encrypt_support()
/freebsd/sys/netgraph/
H A Dng_message.h294 struct typelist { struct
H A Dng_base.c478 DEFINE_PARSE_STRUCT_TYPE(typelist, TYPELIST, (&ng_generic_typeinfoarray_type));
2742 struct typelist *tl; in ng_generic_msg()
2759 tl = (struct typelist *) resp->data; in ng_generic_msg()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1281 | seticmptype lstart typelist lend { yyresetdict(); }
1322 typelist:
1325 | typelist lmore icmptype
/freebsd/
H A DObsoleteFiles.inc10124 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h