Home
last modified time | relevance | path

Searched refs:fnd (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c121 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 Dpmap_svc.c246 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 Dzpool_add.kshlib87 typeset fnd="Dump device"
89 dumpdev=`$DUMPADM | $GREP "$fnd" | $CUT -f2 -d : | \
/titanic_44/usr/src/stand/lib/inet/
H A Ddhcpv4.c895 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 Dps.c2132 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 Dzpool_create.shlib137 typeset fnd="Dump device"
139 dumpdev=`$DUMPADM | $GREP "$fnd" | $CUT -f2 -d : | \
/titanic_44/usr/src/cmd/refer/
H A Drefer5.c197 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 Dns_config.c1777 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 Dilbd_sg.c415 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 Ddoname.cc1641 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()