Searched refs:name (Results 276 - 300 of 327) sorted by relevance

<<11121314

/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h54 * 4. Neither the name of the University nor the names of its contributors
591 #define MT_SONAME 8 /* socket name */
806 #define MBUFQ_HEAD(name) \
807 struct name { \
937 char mbcl_cname[MAX_MBUF_CNAME + 1]; /* class name */
962 char mbcl_cname[MAX_MBUF_CNAME + 1]; /* class name */
H A Dkauth.h306 extern int kauth_cred_supplementary_register(const char *name, int *ident);
H A Dkdebug.h67 char iop_name[8]; // null-terminated string with name of core.
831 char name[8]; member in struct:__anon470
H A Dproc_internal.h50 * 4. Neither the name of the University nor the names of its contributors
130 char s_login[MAXLOGNAME]; /* Setlogin() name.(SL) */
695 __private_extern__ int proc_core_name(const char *name, uid_t uid, pid_t pid,
/xnu-2422.115.4/osfmk/i386/AT386/
H A Dmodel_dep.c986 if (panic_print_macho_symbol_name(header, search, summary->name) == 0) {
987 kdb_printf("%s + %llu", summary->name, (unsigned long)search - summary->address);
1007 * addresses, display the module name, load address and dependencies.
/xnu-2422.115.4/osfmk/vm/
H A Dbsd_vm.c1136 memory_object_t name)
1140 vnode_object = (vnode_pager_t)name;
1135 vnode_pager_lookup( memory_object_t name) argument
/xnu-2422.115.4/tools/lldbmacros/core/
H A Doperating_system.py10 def GetChildMemberWithName(val, name):
15 if name == val_type.GetFieldAtIndex(i).GetName():
26 { 'name':'r0' , 'bitsize' : 32, 'offset' : 0, 'encoding':'uint', 'format':'hex', 'set':0, 'gcc': 0, 'dwarf' : 0},
27 { 'name':'r1' , 'bitsize' : 32, 'offset' : 4, 'encoding':'uint', 'format':'hex', 'set':0, 'gcc': 1, 'dwarf' : 1},
28 { 'name':'r2' , 'bitsize' : 32, 'offset' : 8, 'encoding':'uint', 'format':'hex', 'set':0, 'gcc': 2, 'dwarf' : 2},
29 { 'name':'r3' , 'bitsize' : 32, 'offset' : 12, 'encoding':'uint', 'format':'hex', 'set':0, 'gcc': 3, 'dwarf' : 3},
30 { 'name':'r4' , 'bitsize' : 32, 'offset' : 16, 'encoding':'uint', 'format':'hex', 'set':0, 'gcc': 4, 'dwarf' : 4},
31 { 'name':'r5' , 'bitsize' : 32, 'offset' : 20, 'encoding':'uint', 'format':'hex', 'set':0, 'gcc': 5, 'dwarf' : 5},
32 { 'name':'r6' , 'bitsize' : 32, 'offset' : 24, 'encoding':'uint', 'format':'hex', 'set':0, 'gcc': 6, 'dwarf' : 6},
33 { 'name'
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_proc.c45 * 4. Neither the name of the University nor the names of its contributors
1518 * proc_core_name(name, uid, pid)
1519 * Expand the name described in corefilename, using name, uid, and pid.
1521 * %N name of process ("name")
1529 proc_core_name(const char *name, uid_t uid, pid_t pid, char *cf_name, argument
1548 case 'N': /* process name */
1549 appendstr = name;
1580 (long)pid, name, (uint32_
1726 int *name = (int*) arg1; variable
[all...]
H A Dkern_credential.c207 const char *ki_name; /* string name from string cache */
230 const char *name, int nametype);
241 static int kauth_identity_find_nam(char *name, int valid, struct kauth_identity *kir);
1131 const char *name, int nametype)
1168 if (name != NULL) {
1169 kip->ki_name = name;
1228 /* a valid ki_name field overwrites the previous name field */
1303 * If there is extended data, and that data represents a name rather
1440 /* If we have a name reference to drop, drop it here */
1604 /* If a name i
1129 kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid_expiry, ntsid_t *ntsidp, time_t ntsid_expiry, int supgrpcnt, gid_t *supgrps, time_t groups_expiry, const char *name, int nametype) argument
1707 kauth_identity_find_nam(char *name, int valid, struct kauth_identity *kir) argument
[all...]
H A Dubc_subr.c3019 const char *name = vnode_getname_printable(vp); local
3026 name,
3030 vnode_putname_printable(name);
/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.c129 einit.name = init->name;
164 if (einit.family == 0 || einit.name == NULL ||
165 strlen(einit.name) >= IFNAMSIZ ||
207 strncpy(__DECONST(char *, ifp->if_name), einit.name, IFNAMSIZ);
240 /* Initialize external name (name + unit) */
2388 /* Make room for name string */
H A Dif_loop.c44 * 4. Neither the name of the University nor the names of its contributors
637 lo_init.name = "lo";
H A Dif_stf.c44 * 3. Neither the name of the project nor the names of its contributors
343 stf_init.name = "stf";
/xnu-2422.115.4/bsd/netinet/
H A Digmp.c49 * 4. Neither the name of the University nor the names of its contributors
306 #define IGI_ZONE_NAME "igmp_ifinfo" /* zone name */
424 int *name; variable
431 name = (int *)arg1;
442 if (name[0] <= 0 || name[0] > (u_int)if_index) {
450 ifp = ifindex2ifnet[name[0]];
H A Din_mcast.c41 * 3. The name of the author may not be used to endorse or promote
206 #define INM_ZONE_NAME "in_multi" /* zone name */
217 #define IPMS_ZONE_NAME "ip_msource" /* zone name */
223 #define INMS_ZONE_NAME "in_msource" /* zone name */
3162 int *name; variable
3167 name = (int *)arg1;
3176 ifindex = name[0];
3185 group.s_addr = name[1];
H A Dip_compat.h651 # define if_name name
/xnu-2422.115.4/bsd/netinet6/
H A Dmld6.c39 * 3. The name of the author may not be used to endorse or promote
76 * 4. Neither the name of the University nor the names of its contributors
257 #define MLI_ZONE_NAME "mld_ifinfo" /* zone name */
380 int *name; variable
387 name = (int *)arg1;
398 if (name[0] <= 0 || name[0] > (u_int)if_index) {
406 ifp = ifindex2ifnet[name[0]];
H A Din6_mcast.c40 * 3. The name of the author may not be used to endorse or promote
209 #define IN6M_ZONE_NAME "in6_multi" /* zone name */
215 #define IMM_ZONE_NAME "in6_multi_mship" /* zone name */
218 #define IP6MS_ZONE_NAME "ip6_msource" /* zone name */
224 #define IN6MS_ZONE_NAME "in6_msource" /* zone name */
2986 int *name; variable
2991 name = (int *)arg1;
3001 ifindex = name[0];
3010 memcpy(&mcaddr, &name[1], sizeof(struct in6_addr));
/xnu-2422.115.4/libkern/zlib/
H A Ddeflate.c629 (s->gzhead->name == Z_NULL ? 0 : 8) +
710 if (s->gzhead->name != NULL) {
726 val = s->gzhead->name[s->gzindex++];
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c1225 * at the moment, stackshot can't handle a task without a name.
1648 dprintf(("kdp_dumpinfo file=%s destip=%s routerip=%s\n", rq->name, rq->destip, rq->routerip));
1653 kdp_set_dump_info(rq->type, rq->name, rq->destip, rq->routerip,
1658 kdp_get_dump_info(&rp->type, rp->name, rp->destip, rp->routerip,
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_seg.c60 static KXLDSeg * get_segment_by_name(KXLDArray *segarray, const char *name);
227 * sections grouped by segment name, so that we are processing all of the __TEXT
/xnu-2422.115.4/libsyscall/mach/
H A Dmach_msg.c299 mach_msg_destroy_port(dsc->name, dsc->disposition);
/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c81 char name[32]; /* name of codec ( in case not installed ) */ member in struct:QTHeader
/xnu-2422.115.4/osfmk/default_pager/
H A Ddefault_pager_internal.h525 memory_object_pager_ops_t name;
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_rmclass.c48 * 4. Neither the name of the University nor of the Laboratory may be used
127 #define RMC_ZONE_NAME "pktsched_cbq_cl" /* zone name (CBQ for now) */
1807 char *name; member in struct:rmc_funcs
1827 return (fp->name);

Completed in 221 milliseconds

<<11121314