/freebsd/usr.sbin/rpc.umntall/ |
H A D | rpc.umntall.c | 59 struct mtablist *mtab; in main() local 104 for (mtab = mtabhead; mtab != NULL; mtab = mtab->mtab_next) { in main() 105 if (*mtab->mtab_host == '\0') in main() 107 if (mtab->mtab_time + expire < now) { in main() 111 mtab->mtab_host, mtab->mtab_dirp); in main() 112 bzero(mtab->mtab_host, in main() 113 sizeof(mtab->mtab_host)); in main() 116 if (keep && is_mounted(mtab->mtab_host, in main() 117 mtab->mtab_dirp)) { in main() 120 mtab->mtab_host, mtab->mtab_dirp); in main() [all …]
|
/freebsd/lib/libc/net/ |
H A D | nsdispatch.c | 534 mod.mtab = fn(mod.name, &mod.mtabsize, &mod.unregister); in nss_load_module() 535 if (mod.mtab == NULL || mod.mtabsize == 0) { in nss_load_module() 543 qsort(mod.mtab, mod.mtabsize, sizeof(mod.mtab[0]), in nss_load_module() 560 mod->unregister(mod->mtab, mod->mtabsize); in ns_mod_free() 607 match = bsearch(&key, mod->mtab, mod->mtabsize, in nss_method_lookup() 608 sizeof(mod->mtab[0]), mtab_compare); in nss_method_lookup()
|
/freebsd/sys/kern/ |
H A D | subr_fattime.c | 105 } mtab[48] = { 176 while (m < 47 && mtab[m + 1].days <= t2) in timespec2fattime() 180 *ddp += mtab[m].coded; in timespec2fattime() 183 t2 -= mtab[m].days - 1; in timespec2fattime() 104 } mtab[48] = { global() variable
|
/freebsd/lib/nss_tacplus/ |
H A D | nss_tacplus.c | 306 static ns_mtab mtab[] = { in nss_module_register() local 313 *plen = nitems(mtab); in nss_module_register() 315 return (mtab); in nss_module_register()
|
/freebsd/usr.bin/morse/ |
H A D | morse.c | 67 static const struct morsetab mtab[] = { variable 480 for (m = ((unsigned char)c < 0x80? mtab: hightab); in morse() 635 for (m = mtab; m != NULL && m->inchar != '\0'; m++) { in decode()
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | zfs-mount.in | 60 use mtab
|
/freebsd/libexec/rc/rc.d/ |
H A D | gbde |
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 9812 ipf_inet_mask_add(int bits, ipf_v4_masktab_t *mtab) argument 9817 mtab->imt4_masks[bits]++; 9818 if (mtab->imt4_masks[bits] > 1) 9827 if (ntohl(mtab->imt4_active[i]) < mask) { 9829 mtab->imt4_active[j] = mtab->imt4_active[j - 1]; 9830 mtab->imt4_active[i] = htonl(mask); 9834 mtab->imt4_max++; 9848 ipf_inet_mask_del(int bits, ipf_v4_masktab_t *mtab) argument 9853 mtab->imt4_masks[bits]--; 9854 if (mtab->imt4_masks[bits] > 0) [all …]
|
/freebsd/include/ |
H A D | nsswitch.h | 218 ns_mtab *mtab; /* method table */ member
|
/freebsd/usr.sbin/newsyslog/ |
H A D | ptimes.c | 90 static const int mtab[] = {31, 28, 31, 30, 31, 30, 31, 31, in days_pmonth() local 94 ndays = mtab[month]; in days_pmonth()
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | really-big.conf | 77 ….o info_union.o map.o srvr_afs.o srvr_nfs.o mntfs.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_op…
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.c | 1682 static struct mtab { in getmnton() struct 1683 struct mtab *next; in getmnton() argument 1687 struct mtab *mt; in getmnton() 1696 if ((mt = malloc(sizeof (struct mtab))) == NULL) in getmnton()
|
/freebsd/sys/contrib/openzfs/etc/zfs/ |
H A D | zfs-functions.in | 344 # first parameter is a regular expression that filters mtab
|