/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 121 rpcblist_ptr rbl, fnd; in map_set() local 132 fnd = find_service(regp->r_prog, regp->r_vers, regp->r_netid); in map_set() 133 if (fnd && (fnd->rpcb_map.r_vers == regp->r_vers)) { in map_set() 134 if (strcmp(fnd->rpcb_map.r_addr, regp->r_addr) == 0) { in map_set() 150 if (is_bound(fnd->rpcb_map.r_netid, in map_set() 151 fnd->rpcb_map.r_addr)) { in map_set() 160 fnd = NULL; in map_set() 190 for (fnd = list_rbl; fnd->rpcb_next; fnd = fnd->rpcb_next) in map_set() 192 fnd->rpcb_next = rbl; in map_set() 337 rpcblist_ptr fnd; in rpcbproc_getaddr_com() local [all …]
|
H A D | pmap_svc.c | 246 PMAPLIST *fnd; in pmapproc_getport() local 257 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot); in pmapproc_getport() 258 if (fnd) { in pmapproc_getport() 278 p1 = (fnd->pml_map.pm_port >> 8) & 0xff; in pmapproc_getport() 279 p2 = (fnd->pml_map.pm_port) & 0xff; in pmapproc_getport() 283 port = fnd->pml_map.pm_port; in pmapproc_getport()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/ |
H A D | zpool_add.kshlib | 87 typeset fnd="Dump device" 89 dumpdev=`$DUMPADM | $GREP "$fnd" | $CUT -f2 -d : | \
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 895 int items, i, fnd, k; in dhcp_bound() local 983 for (i = 0, fnd = 0; i < items; i++) { in dhcp_bound() 985 for (k = 0, fnd = 0; k < 2 && fnd == 0; k++) { in dhcp_bound() 986 fnd = mac_get_arp(&defr, hp, in dhcp_bound() 990 if (fnd) in dhcp_bound() 1005 if (!fnd) { in dhcp_bound()
|
/titanic_44/usr/src/cmd/ps/ |
H A D | ps.c | 2132 int fnd = 0; in uconv() local 2156 utbl[fnd].id = pwd->pw_uid; in uconv() 2157 (void) strncpy(utbl[fnd].name, pwd->pw_name, MAXUGNAME); in uconv() 2158 fnd++; in uconv() 2161 uhead->nent = fnd; /* in case it changed */ in uconv() 2162 return (n - fnd); in uconv() 2173 int fnd = 0; in gconv() local 2195 gtbl[fnd].id = grp->gr_gid; in gconv() 2196 (void) strncpy(gtbl[fnd].name, grp->gr_name, MAXUGNAME); in gconv() 2197 fnd++; in gconv() [all …]
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create.shlib | 137 typeset fnd="Dump device" 139 dumpdev=`$DUMPADM | $GREP "$fnd" | $CUT -f2 -d : | \
|
/titanic_44/usr/src/cmd/refer/ |
H A D | refer5.c | 197 int i, fnd = 0; in fpar() local 200 if (flds[i][1] == c && ++fnd >= seq) { in fpar()
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_config.c | 1777 int fnd = 0; in __ns_ldap_setParamValue() local 1789 fnd = 0; in __ns_ldap_setParamValue() 1815 fnd = 1; in __ns_ldap_setParamValue() 1821 if (fnd) in __ns_ldap_setParamValue() 1885 int fnd = 0; in __ns_ldap_setParamValue() local 1897 fnd = 0; in __ns_ldap_setParamValue() 1923 fnd = 1; in __ns_ldap_setParamValue() 1929 if (fnd) in __ns_ldap_setParamValue() 1997 int fnd = 0; in __ns_ldap_setParamValue() local 2009 fnd = 0; in __ns_ldap_setParamValue() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_sg.c | 415 int fnd; in i_test_and_insert() local 420 if ((fnd = ilb_cmp_in6_addr(t1, l1, NULL)) == 1) in i_test_and_insert() 423 if (fnd == 0) { in i_test_and_insert()
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | doname.cc | 1641 Boolean fnd; in run_command() local 1642 temp_file_name = getname_fn(wcs_buffer, FIND_LENGTH, false, &fnd); in run_command() 1654 Name sprodep_name = getname_fn(string, FIND_LENGTH, false, &fnd); in run_command()
|