| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
| err.D_PDESC_ZERO.badproc1.d | 36 pidgin:::entry
|
| err.D_PROC_BADPID.badproc2.d | 36 pid0:::entry
|
| err.D_PDESC_ZERO.badlib.d | 36 pid$1:libbmc_sucks.so.1::entry
|
| err.D_PROC_FUNC.badfunc.d | 38 pid$1:a.out:ahl_r00lz:entry
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
| rw.d | 38 syscall::read:entry, 39 syscall::write:entry
|
| /onnv/onnv-gate/usr/src/uts/common/io/drm/ |
| drm_linux_list.h | 44 #define list_entry(entry, type, member) (type *)(entry) 51 #define list_add_tail(entry, head) { \ 52 (entry)->prev = (head)->prev; \ 53 (entry)->next = head; \ 54 (head)->prev->next = entry; \ 55 (head)->prev = entry; \ 58 #define list_del(entry) { \ 59 (entry)->next->prev = (entry)->prev; [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| isreloc.c | 51 static int has_rel_path(char *entry); 52 static int is_relative(char *entry); 135 has_rel_path(char *entry) 140 if (*entry == NULL || strchr(IGNORE_START, *entry)) 143 /* Skip past this data entry if it is volume number. */ 144 if (isdigit(*entry)) { 145 while (*entry && !isspace(*entry)) { 146 entry++ [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
| ktfr_entry.c | 39 krb5_free_keytab_entry_contents (krb5_context context, krb5_keytab_entry *entry) 41 if (!entry) 44 krb5_free_principal(context, entry->principal); 45 if (entry->key.contents) { 46 memset((char *)entry->key.contents, 0, entry->key.length); 48 krb5_free_keyblock_contents(context, &entry->key); 54 krb5_kt_free_entry (krb5_context context, krb5_keytab_entry *entry) 56 return krb5_free_keytab_entry_contents (context, entry);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/agg/ |
| writes.d | 27 syscall::write:entry
|
| lquantize.d | 27 syscall::write:entry
|
| writesbycmd.d | 27 syscall::write:entry
|
| writesbycmdfd.d | 27 syscall::write:entry
|
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| typefuncs.c | 53 ott_dup(entry) 54 struct ott_entry *entry; 60 if (!entry) 63 memcpy(newentry, entry, sizeof(struct ott_entry)); 65 if (entry->dname) 66 newentry->dname = strsave(entry->dname); 68 if (entry->display && entry->objtype && 69 entry->display != def_display(entry->objtype) [all...] |
| nextpart.c | 43 opt_next_part(entry) 44 struct opt_entry *entry; 51 if (entry) { 52 partsleft = entry->numparts; 53 curoffset = entry->part_offset;
|
| /onnv/onnv-gate/usr/src/pkgdefs/common_files/ |
| i.logadmconf | 35 # foreach entry in $src, add it to $dest only if 36 # there isn't already an entry 37 grep '^[^#]' $src | while read entry rest 39 grep -w "$entry" $dest > /dev/null || \ 40 echo "$entry $rest" >> $dest
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/script/ |
| syscall.d | 27 syscall:::entry
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/user/ |
| libc.d | 27 pid$target:libc.so::entry
|
| userfunc.d | 27 pid$1::$2:entry 38 pid$1:::entry,
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/i386/pid/ |
| tst.badinstr.d | 33 pid$1:a.out:badfunc:entry
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| target.d | 29 syscall:::entry
|
| /onnv/onnv-gate/usr/src/cmd/smbsrv/dtrace/ |
| msrpc.d | 57 * trace:entry MO 03 ... rpc_vers put 1@0 = 5 {05} 58 * trace:entry MO 03 ... rpc_vers_minor put 1@1 = 0 {00} 59 * trace:entry MO 03 ... ptype put 1@2 = 12 {0c} 60 * trace:entry MO 03 ... pfc_flags put 1@3 = 3 {03} 61 * trace:entry MO 04 .... intg_char_rep put 1@4 = 16 {10} 62 * trace:entry MO 04 .... float_rep put 1@5 = 0 {00} 63 * trace:entry MO 04 .... _spare[0] put 1@6 = 0 {00} 64 * trace:entry MO 04 .... _spare[1] put 1@7 = 0 {00} 65 * trace:entry MO 03 ... frag_length put 2@8 = 68 {44 00} D 66 * trace:entry MO 03 ... auth_length put 2@10 = 0 {00 00 [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| fat.h | 86 #define FAT_DIRENTRY_ATTRIB(entry) \ 87 (*((unsigned char *) (entry+11))) 88 #define FAT_DIRENTRY_VALID(entry) \ 89 ( ((*((unsigned char *) entry)) != 0) \ 90 && ((*((unsigned char *) entry)) != 0xE5) \ 91 && !(FAT_DIRENTRY_ATTRIB(entry) & FAT_ATTRIB_NOT_OK_MASK) ) 92 #define FAT_DIRENTRY_FIRST_CLUSTER(entry) \ 93 ((*((unsigned short *) (entry+26)))+(*((unsigned short *) (entry+20)) << 16)) 94 #define FAT_DIRENTRY_FILELENGTH(entry) \ [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/kadm5/srv/ |
| svr_policy.c | 47 * entry (input) The policy entry to be written out to the DB. 48 * mask (input) Specifies which fields in entry are to ge written out 53 * Entry must be a valid principal entry, and mask have a valid value. 64 kadm5_policy_ent_t entry, long mask) 73 return kadm5_create_policy_internal(server_handle, entry, mask); 82 * entry (input) The policy entry to be written out to the DB. 83 * mask (input) Specifies which fields in entry are to ge written ou 172 osa_policy_ent_t entry; local [all...] |
| /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/ |
| dapl_llist.c | 41 * | entry entry entry | 72 * Purpose: initialize a linked list entry 75 dapl_llist_init_entry(DAPL_LLIST_ENTRY *entry) 77 entry->blink = NULL; 78 entry->flink = NULL; 79 entry->data = 0; 80 entry->list_head = NULL; 97 * Purpose: Add an entry to the head of a linked lis 339 DAPL_LLIST_ENTRY * entry; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| hash.c | 27 register HENT *entry; local 36 entry = tb->tbl_array[hash & tb->tbl_max]; 37 for (; entry; entry = entry->hent_next) { 38 if (entry->hent_hash != hash) /* strings can't be equal */ 40 if (strNE(entry->hent_key,key)) /* is this it? */ 42 return entry->hent_val; 53 register HENT *entry; local 67 for (entry = *oentry; entry; i=0, entry = entry->hent_next) 102 register HENT *entry; local 141 register HENT *entry; local 204 register HENT *entry; local [all...] |