Searched refs:execp (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsecdb/common/ |
H A D | getexecattr.c | 178 execattr_t *execp = NULL; in match_execattr() local 180 for (execp = exec; execp != NULL; execp = execp->next) { in match_execattr() 181 if ((profname && execp->name && in match_execattr() 182 (strcmp(profname, execp->name) != 0)) || in match_execattr() 183 (type && execp->type && (strcmp(type, execp->type) != 0)) || in match_execattr() 184 (id && execp->id && (strcmp(id, execp->id) != 0))) in match_execattr() 188 return (execp); in match_execattr()
|
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | getexecattr.c | 98 execstr_t *execp = &exec; in check_match_strbuf() local 110 execp->name = _strtok_escape(strbuf, sep, &last); in check_match_strbuf() 111 execp->policy = _strtok_escape(NULL, sep, &last); in check_match_strbuf() 112 execp->type = _strtok_escape(NULL, sep, &last); in check_match_strbuf() 113 execp->res1 = _strtok_escape(NULL, sep, &last); in check_match_strbuf() 114 execp->res2 = _strtok_escape(NULL, sep, &last); in check_match_strbuf() 115 execp->id = _strtok_escape(NULL, sep, &last); in check_match_strbuf() 118 argp->returnval = execp; in check_match_strbuf()
|
/titanic_41/usr/src/ucbcmd/sed/ |
H A D | sed1.c | 110 char *execp; in execute() local 133 if((execp = gline(linebuf)) == 0) { in execute() 137 spend = execp; in execute() 332 char *execp; in command() local 504 if((execp = gline(linebuf)) == 0) { in command() 509 spend = execp; in command() 516 if((execp = gline(spend)) == 0) { in command() 521 spend = execp; in command()
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ixl.h | 133 ixl1394_command_t *execp; /* next ixlxfer cmd (along exec path) */ member
|
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_isr.c | 766 skipxferp = xferctlp->execp; in hci1394_ixl_intr_check_done()
|
H A D | hci1394_ixl_comp.c | 1073 xferctl_curp->execp = ixlexecnext; in hci1394_finalize_all_xfer_desc()
|