/osnet-11/usr/src/lib/efcode/packages/ |
H A D | memalloc.c | 43 void *hint; local 49 hint = (void *)POP(DS); 53 fc_int2cell(align), fc_size2cell(size), fc_ptr2cell(hint), &vaddr);
|
/osnet-11/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_stable.c | 144 * provided as a hint. If that works, we can use a DUID-LLT. 258 * uint32_t: the ifIndex for this link (as a "hint") 264 make_stable_iaid(const char *intf, uint32_t hint) argument 273 return (hint); 293 if (ie.ie_iaid == hint) 294 hint = 0; 300 if (hint != 0) 301 return (hint);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccbase.c | 276 * Generate a new unique ccache, given a ccache type and a hint 277 * string. Ignores the hint string for now. 283 const char *hint, 280 krb5_cc_new_unique( krb5_context context, const char *type, const char *hint, krb5_ccache *id) argument
|
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | editmap.c | 293 char *hint; local 296 (hint = smdb_db_definition(typename)) != NULL) 299 progname, hint, typename);
|
H A D | makemap.c | 325 char *hint; local 328 (hint = smdb_db_definition(typename)) != NULL) 331 progname, hint, typename);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | locate_kdc.c | 288 struct addrinfo *addrs, *a, *anext, hint; local 297 memset(&hint, 0, sizeof(hint)); 298 hint.ai_family = family; 299 hint.ai_socktype = socktype; 301 hint.ai_flags = AI_NUMERICSERV; 310 err = getaddrinfo (hostname, portbuf, &hint, &addrs); 328 hint.ai_family = AF_INET; 329 err = getaddrinfo (hostname, secportbuf, &hint, &addrs);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 325 const struct addrinfo *hint, 328 return getaddrinfo(name, serv, hint, res); 419 const struct addrinfo *hint) 426 if (hint) { 429 #define Z(FLAG) if (hint->ai_flags & AI_##FLAG) fprintf(stderr, "%s%s", sep, #FLAG), sep = "|" 437 if (hint->ai_family) 438 fprintf(stderr, " %s", familyname(hint->ai_family, buf, 440 if (hint->ai_socktype) 441 fprintf(stderr, " SOCK_%s", socktypename(hint->ai_socktype, buf, 443 if (hint 324 system_getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **res) argument 418 debug_dump_getaddrinfo_args(const char *name, const char *serv, const struct addrinfo *hint) argument 844 fake_getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument 1089 getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument 1120 getaddrinfo(const char *name, const char *serv, const struct addrinfo *hint, struct addrinfo **result) argument [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 123 getaddrinfo(const char* node, const char* service, const struct addrinfo* hint, struct addrinfo **addr) argument 146 if (hint) 147 switch (hint->ai_socktype) 150 switch (hint->ai_protocol) 181 if (hint) 182 *ap = *hint; 217 struct addrinfo hint; local 222 memset(&hint, 0, sizeof(hint)); 223 hint [all...] |
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsresize.c | 1252 int hint) 1264 if (hint) 1309 int hint) 1324 hint = 0; 1326 if (find_free_cluster(bm, &rle, nr_vol_clusters, hint) == -1) 1533 int hint; local 1547 hint = (resize->mref == FILE_MFTMirr) ? 1 : 0; 1549 new_vol_size, hint))) 1249 find_free_cluster(struct bitmap *bm, runlist_element *rle, s64 nr_vol_clusters, int hint) argument 1306 alloc_cluster(struct bitmap *bm, s64 items, s64 nr_vol_clusters, int hint) argument
|