HomeSort by: relevance | last modified time | path
    Searched defs:fnd (Results 1 - 10 of 10) sorted by relevancy

  /src/common/lib/libc/arch/mips/string/
strchr.S 52 beq a2, a1, fnd
57 fnd: label
  /src/usr.sbin/rpcbind/
pmap_svc.c 267 struct pmaplist *fnd; local in function:pmapproc_getport
292 fnd = find_service_pmap(reg.pm_prog, reg.pm_vers, reg.pm_prot);
293 if (fnd) {
310 p1 = (fnd->pml_map.pm_port >> 8) & 0xff;
311 p2 = (fnd->pml_map.pm_port) & 0xff;
315 port = fnd->pml_map.pm_port;
rpcb_svc_com.c 161 rpcblist_ptr rbl, fnd; local in function:map_set
169 fnd = find_service(reg.r_prog, reg.r_vers, reg.r_netid);
170 if (fnd && (fnd->rpcb_map.r_vers == reg.r_vers)) {
171 if (!strcmp(fnd->rpcb_map.r_addr, reg.r_addr))
206 for (fnd = list_rbl; fnd->rpcb_next;
207 fnd = fnd->rpcb_next)
209 fnd->rpcb_next = rbl
325 rpcblist_ptr fnd; local in function:rpcbproc_getaddr_com
1475 struct pmaplist *fnd; local in function:add_pmaplist
1492 struct pmaplist *prevpml, *fnd; local in function:del_pmaplist
    [all...]
  /src/sys/netinet6/
sctp6_usrreq.c 1072 int fnd; local in function:sctp6_getaddr
1078 fnd = 0;
1083 fnd = 1;
1087 if ((!fnd) || (sin_a6 == NULL)) {
1102 int fnd = 0; local in function:sctp6_getaddr
1108 fnd = 1;
1112 if (!fnd) {
1127 int fnd, error; local in function:sctp6_peeraddr
1153 fnd = 0;
1157 fnd = 1
    [all...]
  /src/sys/fs/nfs/client/
nfs_clstate.c 1135 int ret = 0, fnd; local in function:nfscl_relbytelock
1190 fnd = 0;
1199 fnd = 1;
1203 if (fnd)
1207 if (fnd)
3056 printf("nfscl: never fnd open\n");
  /src/usr.sbin/mountd/
mountd.c 2180 int fnd = 0, ret = 0; local in function:del_mlist
2209 fnd = 1;
2219 if (fnd) {
  /src/sys/netinet/
sctp_pcb.c 3422 int fnd, error; local in function:sctp_add_local_addr_ep
3423 fnd = 0;
3440 fnd = 1;
3445 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd == 0)) {
3494 int fnd; local in function:sctp_del_local_addr_ep
3495 fnd = 0;
3503 fnd = 1;
3507 if (fnd && (inp->laddr_count < 2)) {
3511 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd)) {
sctp_usrreq.c 3722 int fnd; local in function:sctp_sockaddr
3728 fnd = 0;
3734 fnd = 1;
3738 if ((!fnd) || (sin_a == NULL)) {
3755 int fnd = 0; local in function:sctp_sockaddr
3761 fnd = 1;
3765 if (!fnd) {
3778 int fnd; local in function:sctp_peeraddr
3810 fnd = 0;
3814 fnd = 1
    [all...]
sctp_output.c 3115 uint8_t fnd; local in function:sctp_are_there_new_addresses
3142 fnd = 0;
3150 fnd = 1;
3157 fnd = 1;
3163 if (fnd == 0) {
3204 fnd = 0;
3214 fnd = 1;
3221 fnd = 1;
3226 if (!fnd) {
  /src/sys/kern/
vfs_syscalls.c 4436 struct nameidata fnd, tnd; local in function:do_sys_renameat
4462 NDINIT(&fnd, DELETE, (LOCKPARENT | TRYEMULROOT), fpb);
4463 if ((error = fd_nameiat(l, fromfd, &fnd)) != 0)
4470 fdvp = fnd.ni_dvp;
4471 fvp = fnd.ni_vp;
4504 if ((fnd.ni_cnd.cn_namelen == 1 &&
4505 fnd.ni_cnd.cn_nameptr[0] == '.') ||
4506 (fnd.ni_cnd.cn_namelen == 2 &&
4507 fnd.ni_cnd.cn_nameptr[0] == '.' &&
4508 fnd.ni_cnd.cn_nameptr[1] == '.'))
    [all...]

Completed in 61 milliseconds