Searched refs:CREATOR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.bin/ipcs/
H A Dipcs.c105 #define CREATOR 2 macro
124 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
133 option |= CREATOR;
325 if (option & CREATOR)
326 printf(" %-8s %-8s", "CREATOR", "CGROUP");
354 if (option & CREATOR)
405 if (option & CREATOR)
406 printf(" %-8s %-8s", "CREATOR", "CGROUP");
434 if (option & CREATOR)
493 if (option & CREATOR)
[all...]
/freebsd-13-stable/sys/tools/
H A Dacpi_quirks2h.awk88 # CREATOR field
95 CREATOR = substr($0, M, RLENGTH);
97 printf("\t{ \"%s\", CREATOR, {%s} },\n",
98 TABLE, CREATOR) > OUTPUT;
117 # CREATOR REVISION field
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_quirk.c47 CREATOR, enumerator in enum:val_t
121 case CREATOR:
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c58 CREATOR, enumerator in enum:log_state_e
115 { ITEM, D_, "creator-displayname", CREATOR,
338 else if (leaving_state == CREATOR)

Completed in 109 milliseconds