Searched refs:typelist (Results 1 – 12 of 12) sorted by relevance
/freebsd/sbin/umount/ |
H A D | umount.c | 89 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 D | types.c | 60 struct typelist *tlist; in TypesCmd() 84 tlist = (struct typelist *) resp->data; in TypesCmd()
|
/freebsd/contrib/mtree/ |
H A D | misc.c | 97 static KEY typelist[] = { variable 148 k = (KEY *)bsearch(&tmp, typelist, sizeof(typelist) / sizeof(KEY), in parsetype()
|
/freebsd/sys/dev/usb/ |
H A D | usb_hub_acpi.c | 123 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 D | toe.c | 402 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 D | snmp_netgraph.c | 1131 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 D | encrypt.c | 475 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 D | encrypt.c | 510 encrypt_support(unsigned char *typelist, int cnt) in encrypt_support() argument 521 type = *typelist++; in encrypt_support()
|
/freebsd/sys/netgraph/ |
H A D | ng_message.h | 294 struct typelist { struct
|
H A D | ng_base.c | 478 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 D | ipf_y.y | 1281 | seticmptype lstart typelist lend { yyresetdict(); } 1322 typelist: 1325 | typelist lmore icmptype
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 10124 OLD_FILES+=usr/include/c++/4.2/ext/typelist.h
|