Home
last modified time | relevance | path

Searched refs:hcode (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/tnftp/src/
H A Dfetch.c926 getresponse(FETCH *fin, char **cp, size_t buflen, int *hcode) in getresponse() argument
931 *hcode = 0; in getresponse()
942 *hcode = strtol(*cp, &ep, 10); in getresponse()
998 do_auth(int hcode, const char *url, const char *penv, struct authinfo *wauth, in do_auth() argument
1005 if (hcode == 401) in do_auth()
1034 hcode == 401 ? pauth->auth : response, in do_auth()
1035 hcode == 401 ? response: wauth->auth); in do_auth()
1048 int len, hcode, rv; in negotiate_connection() local
1057 switch (getresponse(fin, &ep, sizeof(buf), &hcode)) { in negotiate_connection()
1137 switch (hcode) { in negotiate_connection()
[all …]
/dflybsd-src/sys/dev/disk/sym/
H A Dsym_hipd.c6504 int hcode; in sym_alloc_ccb() local
6552 hcode = CCB_HASH_CODE(cp->ccb_ba); in sym_alloc_ccb()
6553 cp->link_ccbh = np->ccbh[hcode]; in sym_alloc_ccb()
6554 np->ccbh[hcode] = cp; in sym_alloc_ccb()
6585 int hcode; in sym_ccb_from_dsa() local
6588 hcode = CCB_HASH_CODE(dsa); in sym_ccb_from_dsa()
6589 cp = np->ccbh[hcode]; in sym_ccb_from_dsa()