Searched refs:prefix (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprintf.c140 * # prefix for alternate format:
561 const char *prefix = NULL; local
567 prefix = "0";
569 prefix = "0x";
581 if (prefix)
582 length -= strlen(prefix);
585 /* blank padding goes before prefix */
595 if (prefix) {
596 while (*prefix) {
597 (*putc)(*prefix
[all...]
H A Dkmod.c242 const char * prefix,
250 const char * prefix,
286 match = !strncmp(kmod_info->name, prefix, strnlen(prefix, KMOD_MAX_NAME));
249 save_loaded_kext_paniclist_typed( const char * prefix, int invertFlag, int libsFlag, char * paniclist, uint32_t list_size, uint32_t * list_length_ptr, int (*printf_func)(const char *fmt, ...)) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c406 * ND6 timer routine to expire default route list and prefix list
580 * in the past the loop was inside prefix expiry processing.
582 * rather separate address lifetimes and prefix lifetimes.
663 /* expire prefix list */
667 * check prefix lifetime.
669 * prefix is not necessary.
676 * address expiration and prefix expiration are
722 * prefix as ours. If the address is temporary and is still
734 * This is a public autoconf address that has the same prefix
737 * address with the prefix
[all...]
H A Dnd6.h130 struct in6_addr prefix; member in struct:in6_prlist::__anon333
140 } prefix[PRLSTSIZ]; member in struct:in6_prlist
144 struct sockaddr_in6 prefix; member in struct:in6_prefix
243 struct sockaddr_in6 ndpr_prefix; /* prefix */
244 struct in6_addr ndpr_mask; /* netmask derived from the prefix */
245 struct in6_addr ndpr_addr; /* address that is derived from the prefix */
248 time_t ndpr_expire; /* expiration time of the prefix */
249 time_t ndpr_preferred; /* preferred time of the prefix */
252 /* list of routers that advertise the prefix: */
266 * We keep expired prefix fo
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dprofile_prvd.c354 char *prefix; member in struct:__anon37
417 for (i = 0; types[i].prefix != NULL; i++) {
418 len = strlen(types[i].prefix);
420 if (strncmp(name, types[i].prefix, len) != 0)
425 if (types[i].prefix == NULL)
H A Dsdt.c108 char *prefpart, *prefix = prov->sdtp_prefix; local
110 if ((prefpart = strstr(name, prefix))) {
111 name = prefpart + strlen(prefix);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbsd_comp.c147 u_int16_t prefix; /* preceding code */ member in struct:bsd_db::bsd_dict::__anon167::__anon168
153 u_int16_t prefix; /* preceding code */
218 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \
219 ^ (u_int32_t)(prefix))
220 #define BSD_KEY(prefix,suffix) ((((u_int32_t)(suffix)) << 16) \
221 + (u_int32_t)(prefix))
627 continue; /* found (prefix,suffix) */
640 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */
644 OUTPUT(ent); /* output the prefix */
775 continue; /* found (prefix,suffi
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp166 OSDictionary * IONetworkNamePrefixMatching( const char * prefix )
182 str = OSSymbol::withCString( prefix );
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_disasm.c1253 int prefix; local
1275 prefix = TRUE;
1315 prefix = FALSE;
1318 if (prefix) {
1321 } while (prefix);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s782 mtspr hior,r0 ; Make sure that 0 is interrupt prefix

Completed in 55 milliseconds